home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-01 | 1.4 KB | 68 lines | [TEXT/KAHL] |
- # options (tmBorder), grid lines, title height/width, title style\
- O x1\
- G\
- B 30,50\
- # set backcolor for title to a light gray, forecolor to black\
- L 2,1\
- # set style for all titles to times 12, centered\
- S times,12,1,0,0,0\
- # set default cell style, monaco size 9, keep other values\
- s -1,-1,monaco,9,0,0,0,1\
- # set default cell color (white text with blue background)\
- l -1,-1,3,6\
- # add and set columns titles and widths\
- C 7\
- W 0,65\
- W 1,100\
- W 2,30\
- W 3,55\
- W 4,55\
- W 5,55\
- W 6,55\
- T 0,Name Parents
- Address Age Hobby Favorite
- Color Birth
- Date Birth
- Time\
- # add and set row titles and heights\
- R 4\
- w 0,45\
- V 2,-1,5,N\
- V 5,-1,0,D\
- V 6,-1,0,T\
- t 0,Father Mother Spouse Child\
- # set cells\
- c 0,0,Joe Smith\
- c 1,0,2138 NE Halsey
- #3
- Portland, OR 97232\
- c 2,0,70 trains blue 12/10/22 10:20\
- #\
- c 0,1,Sue Smith\
- c 1,1,436 Miller Creek
- San Rafael, CA 92013\
- c 2,1,68 sewing brown 10/30/24 11:00\
- #\
- c 0,2,Bob Smith\
- c 1,2,13 Sawin St.
- Natick, MA 01760\
- c 2,2,45 cars red 1/5/47 1:30\
- #\
- c 0,3,Judy Smith 65 Holly Drive
- Tavares, FL 32767 18 pets green 3/15/74 6:30\
- #\
- # set all cells in column 2 to monaco 9, centered, no wrap\
- s 2,-1,monaco,-99,1,-99,-99,-99\
- # set cell 3,0 to times 12, center, bold underline, no wrap\
- s 3,0,times,14,1,5,0,1\
- # set popup menus if using the extensions package only\
- # also make the hobby column wider\
- # P col,row,menuid,item,mode(right=2)\
- W 3,70\
- P 3,0,128,6,2\
- P 3,1,128,3,2\
- P 3,2,128,1,2\
- P 3,3,128,2,2\
- # turn on drawing mode\
- D\
-